[INFO] cloning repository https://github.com/cowboy8625/RustyRain
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cowboy8625/RustyRain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowboy8625%2FRustyRain", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowboy8625%2FRustyRain'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2283cf1b74955ef826e5e3080d5ae3cb4bcb7863
[INFO] testing cowboy8625/RustyRain against master#f9988fefd3add01f414f52b414308e7872622fee for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowboy8625%2FRustyRain" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/cowboy8625/RustyRain
[INFO] finished tweaking git repo https://github.com/cowboy8625/RustyRain
[INFO] tweaked toml for git repo https://github.com/cowboy8625/RustyRain written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cowboy8625/RustyRain on toolchain f9988fefd3add01f414f52b414308e7872622fee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 105 packages to latest Rust 1.97.0-nightly compatible versions
[INFO] [stderr]       Adding toml v0.9.12+spec-1.1.0 (available: v1.1.2+spec-1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rand_core v0.10.1
[INFO] [stderr]   Downloaded insta v1.47.2
[INFO] [stderr]   Downloaded ezemoji v2.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c4e539bc5081fea688783199f18bfe52bdea42ad39d6a3805b6a3e1091280dd
[INFO] running `Command { std: "docker" "start" "-a" "5c4e539bc5081fea688783199f18bfe52bdea42ad39d6a3805b6a3e1091280dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c4e539bc5081fea688783199f18bfe52bdea42ad39d6a3805b6a3e1091280dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c4e539bc5081fea688783199f18bfe52bdea42ad39d6a3805b6a3e1091280dd", kill_on_drop: false }`
[INFO] [stdout] 5c4e539bc5081fea688783199f18bfe52bdea42ad39d6a3805b6a3e1091280dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a76b4290b39815bbe17f6fe26365e70e72e8007f6c967935ab4018c5cd972f78
[INFO] running `Command { std: "docker" "start" "-a" "a76b4290b39815bbe17f6fe26365e70e72e8007f6c967935ab4018c5cd972f78", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling ezemoji v2.0.0
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling rusty-rain v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.19s
[INFO] running `Command { std: "docker" "inspect" "a76b4290b39815bbe17f6fe26365e70e72e8007f6c967935ab4018c5cd972f78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a76b4290b39815bbe17f6fe26365e70e72e8007f6c967935ab4018c5cd972f78", kill_on_drop: false }`
[INFO] [stdout] a76b4290b39815bbe17f6fe26365e70e72e8007f6c967935ab4018c5cd972f78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5dd76a2339f609ce1f1ded6d8b30273c07d2d5474166976cc7c46c4c2d5bf80e
[INFO] running `Command { std: "docker" "start" "-a" "5dd76a2339f609ce1f1ded6d8b30273c07d2d5474166976cc7c46c4c2d5bf80e", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling rusty-rain v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.16s
[INFO] running `Command { std: "docker" "inspect" "5dd76a2339f609ce1f1ded6d8b30273c07d2d5474166976cc7c46c4c2d5bf80e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dd76a2339f609ce1f1ded6d8b30273c07d2d5474166976cc7c46c4c2d5bf80e", kill_on_drop: false }`
[INFO] [stdout] 5dd76a2339f609ce1f1ded6d8b30273c07d2d5474166976cc7c46c4c2d5bf80e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] df99c2255e2b7289e1e00f72f98a3453714e79d12ef615c2b80b071c10b5d1d3
[INFO] running `Command { std: "docker" "start" "-a" "df99c2255e2b7289e1e00f72f98a3453714e79d12ef615c2b80b071c10b5d1d3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusty_rain-ddd3fb3baee4f035)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test::test_gen_shade_color ... FAILED
[INFO] [stdout] test test::test_screen_buffer ... ok
[INFO] [stdout] test test::test_large_letters ... ok
[INFO] [stdout] test test::test_screen_buffer_direction_left_emoji_crab_double_width ... FAILED
[INFO] [stdout] test test::test_screen_buffer_direction_right_emoji_moon_double_width ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_gen_shade_color stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_gen_shade_color' (18) panicked at src/test.rs:144:5:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  Some(
[INFO] [stdout]      Rgb {
[INFO] [stdout]          r: 0,
[INFO] [stdout] [31m<        g: 22[0m[1;48;5;52;31m9[0m[31m,[0m
[INFO] [stdout] [32m>        g: 22[0m[1;48;5;22;32m5[0m[32m,[0m
[INFO] [stdout]          b: 0,
[INFO] [stdout]      },
[INFO] [stdout]  )
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64233b39c32a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64233b39c32a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::trace_unsynchronized::<std[1209cfb42f6d497f]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64233b39c32a - std[1209cfb42f6d497f]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64233b39c32a - <<std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[4a92201981c6b77a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64233b3b3b7a - <core[4a92201981c6b77a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64233b3b3b7a - core[4a92201981c6b77a]::fmt::write
[INFO] [stdout]    6:     0x64233b3a1be2 - std[1209cfb42f6d497f]::io::default_write_fmt::<alloc[420bb310a727dfd7]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x64233b3a1be2 - <alloc[420bb310a727dfd7]::vec::Vec<u8> as std[1209cfb42f6d497f]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x64233b377f4f - <std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64233b377f4f - std[1209cfb42f6d497f]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64233b3932f9 - std[1209cfb42f6d497f]::panicking::default_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64233b1a63fc - <alloc[420bb310a727dfd7]::boxed::Box<dyn for<'a, 'b> core[4a92201981c6b77a]::ops::function::Fn<(&'a std[1209cfb42f6d497f]::panic::PanicHookInfo<'b>,), Output = ()> + core[4a92201981c6b77a]::marker::Sync + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::Fn<(&std[1209cfb42f6d497f]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x64233b1a63fc - test[59e67a9bc0e119f1]::test_main_inner::<test[59e67a9bc0e119f1]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x64233b3934b2 - <alloc[420bb310a727dfd7]::boxed::Box<dyn for<'a, 'b> core[4a92201981c6b77a]::ops::function::Fn<(&'a std[1209cfb42f6d497f]::panic::PanicHookInfo<'b>,), Output = ()> + core[4a92201981c6b77a]::marker::Sync + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::Fn<(&std[1209cfb42f6d497f]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x64233b3934b2 - std[1209cfb42f6d497f]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64233b378008 - std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64233b36ce29 - std[1209cfb42f6d497f]::sys::backtrace::__rust_end_short_backtrace::<std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64233b378dbd - __rustc[4effac393e9f3da6]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64233b3b433c - core[4a92201981c6b77a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64233b101853 - rusty_rain[80b37a4a92a9ed2c]::test::test_gen_shade_color
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:144:5
[INFO] [stdout]   20:     0x64233b0fedb7 - rusty_rain[80b37a4a92a9ed2c]::test::test_gen_shade_color::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:134:26
[INFO] [stdout]   21:     0x64233b0dcbd6 - <rusty_rain[80b37a4a92a9ed2c]::test::test_gen_shade_color::{closure#0} as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x64233b1996db - <fn() -> core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x64233b1996db - test[59e67a9bc0e119f1]::__rust_begin_short_backtrace::<core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>, fn() -> core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x64233b1a6ecb - test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x64233b1a6ecb - <core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x64233b1a6ecb - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>, core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x64233b1a6ecb - std[1209cfb42f6d497f]::panicking::catch_unwind::<core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>, core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x64233b1a6ecb - std[1209cfb42f6d497f]::panic::catch_unwind::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>, core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64233b1a6ecb - test[59e67a9bc0e119f1]::run_test_in_process
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x64233b1a6ecb - test[59e67a9bc0e119f1]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x64233b1a05e4 - test[59e67a9bc0e119f1]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x64233b1a05e4 - std[1209cfb42f6d497f]::sys::backtrace::__rust_begin_short_backtrace::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x64233b1a9ad2 - <core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::panicking::catch_unwind::<(), core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::panic::catch_unwind::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x64233b1a9ad2 - <std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1} as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x64233b39b3ef - <alloc[420bb310a727dfd7]::boxed::Box<dyn core[4a92201981c6b77a]::ops::function::FnOnce<(), Output = ()> + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x64233b39b3ef - <std[1209cfb42f6d497f]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x71f7df67daa4 - <unknown>
[INFO] [stdout]   43:     0x71f7df70aa64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_screen_buffer_direction_left_emoji_crab_double_width stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/rusty_rain__test__screen_buffer_direction_left_emoji_crab_double_width.snap
[INFO] [stdout] Snapshot: screen_buffer_direction_left_emoji_crab_double_width
[INFO] [stdout] Source: src/test.rs:79
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: window
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]   126   126 │ 03 |                                |
[INFO] [stdout]   127   127 │ 04 |                                |
[INFO] [stdout]   128   128 │ 05 |                                |
[INFO] [stdout]   129   129 │ 06 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   130       │-07 |                                |
[INFO] [stdout]         130 │+07 |                              🦀|
[INFO] [stdout]   131   131 │ 08 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   132   132 │ 09 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   133   133 │ -----------------0C------------------
[INFO] [stdout]   134   134 │ 00 |                          🦀🦀🦀|
[INFO] [stdout]   135   135 │ 01 |                              🦀|
[INFO] [stdout]   136   136 │ 02 |                                |
[INFO] [stdout]   137   137 │ 03 |                                |
[INFO] [stdout]   138   138 │ 04 |                                |
[INFO] [stdout]   139       │-05 |                                |
[INFO] [stdout]         139 │+05 |                              🦀|
[INFO] [stdout]   140   140 │ 06 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   141       │-07 |                              🦀|
[INFO] [stdout]         141 │+07 |                            🦀🦀|
[INFO] [stdout]   142   142 │ 08 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   143   143 │ 09 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   144   144 │ -----------------0D------------------
[INFO] [stdout]   145   145 │ 00 |                          🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   148   148 │ 03 |                                |
[INFO] [stdout]   149   149 │ 04 |                                |
[INFO] [stdout]   150   150 │ 05 |                              🦀|
[INFO] [stdout]   151   151 │ 06 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   152       │-07 |                            🦀🦀|
[INFO] [stdout]         152 │+07 |                          🦀🦀🦀|
[INFO] [stdout]   153   153 │ 08 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   154   154 │ 09 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   155   155 │ -----------------0E------------------
[INFO] [stdout]   156   156 │ 00 |                        🦀🦀🦀🦀|
[INFO] [stdout]   157   157 │ 01 |                            🦀🦀|
[INFO] [stdout]   158   158 │ 02 |                                |
[INFO] [stdout]   159       │-03 |                                |
[INFO] [stdout]         159 │+03 |                              🦀|
[INFO] [stdout]   160   160 │ 04 |                                |
[INFO] [stdout]   161       │-05 |                              🦀|
[INFO] [stdout]         161 │+05 |                            🦀🦀|
[INFO] [stdout]   162   162 │ 06 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   163       │-07 |                          🦀🦀🦀|
[INFO] [stdout]         163 │+07 |                        🦀🦀🦀🦀|
[INFO] [stdout]   164   164 │ 08 |                🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   165   165 │ 09 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   166   166 │ -----------------0F------------------
[INFO] [stdout]   167   167 │ 00 |                        🦀🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   170   170 │ 03 |                              🦀|
[INFO] [stdout]   171   171 │ 04 |                              🦀|
[INFO] [stdout]   172   172 │ 05 |                            🦀🦀|
[INFO] [stdout]   173   173 │ 06 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   174       │-07 |                        🦀🦀🦀🦀|
[INFO] [stdout]         174 │+07 |                      🦀🦀🦀🦀  |
[INFO] [stdout]   175   175 │ 08 |              🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   176   176 │ 09 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   177   177 │ -----------------10------------------
[INFO] [stdout]   178   178 │ 00 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   179   179 │ 01 |                          🦀🦀🦀|
[INFO] [stdout]   180   180 │ 02 |                              🦀|
[INFO] [stdout]   181       │-03 |                              🦀|
[INFO] [stdout]         181 │+03 |                            🦀🦀|
[INFO] [stdout]   182   182 │ 04 |                              🦀|
[INFO] [stdout]   183       │-05 |                            🦀🦀|
[INFO] [stdout]         183 │+05 |                          🦀🦀🦀|
[INFO] [stdout]   184   184 │ 06 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   185       │-07 |                      🦀🦀🦀🦀  |
[INFO] [stdout]         185 │+07 |                    🦀🦀🦀🦀    |
[INFO] [stdout]   186   186 │ 08 |            🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   187   187 │ 09 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   188   188 │ -----------------11------------------
[INFO] [stdout]   189   189 │ 00 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   192   192 │ 03 |                            🦀🦀|
[INFO] [stdout]   193   193 │ 04 |                            🦀🦀|
[INFO] [stdout]   194   194 │ 05 |                          🦀🦀🦀|
[INFO] [stdout]   195   195 │ 06 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   196       │-07 |                    🦀🦀🦀🦀    |
[INFO] [stdout]         196 │+07 |                  🦀🦀🦀🦀      |
[INFO] [stdout]   197   197 │ 08 |          🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   198   198 │ 09 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   199   199 │ -----------------12------------------
[INFO] [stdout]   200   200 │ 00 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   201   201 │ 01 |                        🦀🦀🦀🦀|
[INFO] [stdout]   202   202 │ 02 |                            🦀🦀|
[INFO] [stdout]   203       │-03 |                            🦀🦀|
[INFO] [stdout]         203 │+03 |                          🦀🦀🦀|
[INFO] [stdout]   204   204 │ 04 |                            🦀🦀|
[INFO] [stdout]   205       │-05 |                          🦀🦀🦀|
[INFO] [stdout]         205 │+05 |                        🦀🦀🦀🦀|
[INFO] [stdout]   206   206 │ 06 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   207       │-07 |                  🦀🦀🦀🦀      |
[INFO] [stdout]         207 │+07 |                🦀🦀🦀🦀        |
[INFO] [stdout]   208   208 │ 08 |        🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   209   209 │ 09 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   210   210 │ -----------------13------------------
[INFO] [stdout]   211   211 │ 00 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   214   214 │ 03 |                          🦀🦀🦀|
[INFO] [stdout]   215   215 │ 04 |                          🦀🦀🦀|
[INFO] [stdout]   216   216 │ 05 |                        🦀🦀🦀🦀|
[INFO] [stdout]   217   217 │ 06 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   218       │-07 |                🦀🦀🦀🦀        |
[INFO] [stdout]         218 │+07 |              🦀🦀🦀🦀          |
[INFO] [stdout]   219   219 │ 08 |      🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   220   220 │ 09 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   221   221 │ -----------------14------------------
[INFO] [stdout]   222   222 │ 00 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   223   223 │ 01 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   224   224 │ 02 |                          🦀🦀🦀|
[INFO] [stdout]   225       │-03 |                          🦀🦀🦀|
[INFO] [stdout]         225 │+03 |                        🦀🦀🦀🦀|
[INFO] [stdout]   226   226 │ 04 |                          🦀🦀🦀|
[INFO] [stdout]   227       │-05 |                        🦀🦀🦀🦀|
[INFO] [stdout]         227 │+05 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   228   228 │ 06 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   229       │-07 |              🦀🦀🦀🦀          |
[INFO] [stdout]         229 │+07 |            🦀🦀🦀🦀            |
[INFO] [stdout]   230   230 │ 08 |    🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   231   231 │ 09 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   232   232 │ -----------------15------------------
[INFO] [stdout]   233   233 │ 00 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   236   236 │ 03 |                        🦀🦀🦀🦀|
[INFO] [stdout]   237   237 │ 04 |                        🦀🦀🦀🦀|
[INFO] [stdout]   238   238 │ 05 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   239   239 │ 06 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   240       │-07 |            🦀🦀🦀🦀            |
[INFO] [stdout]         240 │+07 |          🦀🦀🦀🦀              |
[INFO] [stdout]   241   241 │ 08 |  🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   242   242 │ 09 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   243   243 │ -----------------16------------------
[INFO] [stdout]   244   244 │ 00 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   245   245 │ 01 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   246   246 │ 02 |                        🦀🦀🦀🦀|
[INFO] [stdout]   247       │-03 |                        🦀🦀🦀🦀|
[INFO] [stdout]         247 │+03 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   248   248 │ 04 |                        🦀🦀🦀🦀|
[INFO] [stdout]   249       │-05 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]         249 │+05 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   250   250 │ 06 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   251       │-07 |          🦀🦀🦀🦀              |
[INFO] [stdout]         251 │+07 |        🦀🦀🦀🦀                |
[INFO] [stdout]   252   252 │ 08 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   253   253 │ 09 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   254   254 │ -----------------17------------------
[INFO] [stdout]   255   255 │ 00 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   258   258 │ 03 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   259   259 │ 04 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   260   260 │ 05 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   261   261 │ 06 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   262       │-07 |        🦀🦀🦀🦀                |
[INFO] [stdout]         262 │+07 |      🦀🦀🦀🦀                  |
[INFO] [stdout]   263   263 │ 08 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]   264   264 │ 09 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   265   265 │ -----------------18------------------
[INFO] [stdout]   266   266 │ 00 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   267   267 │ 01 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   268   268 │ 02 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   269       │-03 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]         269 │+03 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   270   270 │ 04 |                      🦀🦀🦀🦀🦀|
[INFO] [stdout]   271       │-05 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         271 │+05 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   272   272 │ 06 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   273       │-07 |      🦀🦀🦀🦀                  |
[INFO] [stdout]         273 │+07 |    🦀🦀🦀🦀                    |
[INFO] [stdout]   274   274 │ 08 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]   275   275 │ 09 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   276   276 │ -----------------19------------------
[INFO] [stdout]   277   277 │ 00 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   280   280 │ 03 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   281   281 │ 04 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   282   282 │ 05 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   283   283 │ 06 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   284       │-07 |    🦀🦀🦀🦀                    |
[INFO] [stdout]         284 │+07 |  🦀🦀🦀🦀                      |
[INFO] [stdout]   285   285 │ 08 |🦀🦀🦀🦀                        |
[INFO] [stdout]   286   286 │ 09 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   287   287 │ -----------------1A------------------
[INFO] [stdout]   288   288 │ 00 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   289   289 │ 01 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   290   290 │ 02 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   291       │-03 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         291 │+03 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   292   292 │ 04 |                    🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   293       │-05 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         293 │+05 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   294   294 │ 06 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]   295       │-07 |  🦀🦀🦀🦀                      |
[INFO] [stdout]         295 │+07 |🦀🦀🦀🦀                        |
[INFO] [stdout]   296   296 │ 08 |🦀🦀🦀                          |
[INFO] [stdout]   297   297 │ 09 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   298   298 │ -----------------1B------------------
[INFO] [stdout]   299   299 │ 00 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   302   302 │ 03 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   303   303 │ 04 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   304   304 │ 05 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   305   305 │ 06 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]   306       │-07 |🦀🦀🦀🦀                        |
[INFO] [stdout]         306 │+07 |🦀🦀🦀                          |
[INFO] [stdout]   307   307 │ 08 |🦀🦀                            |
[INFO] [stdout]   308   308 │ 09 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   309   309 │ -----------------1C------------------
[INFO] [stdout]   310   310 │ 00 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   311   311 │ 01 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   312   312 │ 02 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   313       │-03 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         313 │+03 |                🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   314   314 │ 04 |                  🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   315       │-05 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         315 │+05 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   316   316 │ 06 |🦀🦀🦀🦀                        |
[INFO] [stdout]   317       │-07 |🦀🦀🦀                          |
[INFO] [stdout]         317 │+07 |🦀🦀                            |
[INFO] [stdout]   318   318 │ 08 |🦀                              |
[INFO] [stdout]   319   319 │ 09 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   320   320 │ -----------------1D------------------
[INFO] [stdout]   321   321 │ 00 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   324   324 │ 03 |                🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   325   325 │ 04 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   326   326 │ 05 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   327   327 │ 06 |🦀🦀🦀                          |
[INFO] [stdout]   328       │-07 |🦀🦀                            |
[INFO] [stdout]         328 │+07 |🦀                              |
[INFO] [stdout]   329   329 │ 08 |🦀                              |
[INFO] [stdout]   330   330 │ 09 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   331   331 │ -----------------1E------------------
[INFO] [stdout]   332   332 │ 00 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   333   333 │ 01 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   334   334 │ 02 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   335       │-03 |                🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]         335 │+03 |              🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   336   336 │ 04 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   337       │-05 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         337 │+05 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   338   338 │ 06 |🦀🦀                            |
[INFO] [stdout]   339   339 │ 07 |🦀                              |
[INFO] [stdout]   340   340 │ 08 |🦀                              |
[INFO] [stdout]   341   341 │ 09 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   353   353 │ -----------------20------------------
[INFO] [stdout]   354   354 │ 00 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   355   355 │ 01 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   356   356 │ 02 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   357       │-03 |              🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]         357 │+03 |            🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   358   358 │ 04 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   359       │-05 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         359 │+05 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   360   360 │ 06 |🦀                              |
[INFO] [stdout]   361   361 │ 07 |🦀                              |
[INFO] [stdout]   362   362 │ 08 |🦀                              |
[INFO] [stdout]   363   363 │ 09 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   375   375 │ -----------------22------------------
[INFO] [stdout]   376   376 │ 00 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   377   377 │ 01 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   378   378 │ 02 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   379       │-03 |            🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]         379 │+03 |          🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   380   380 │ 04 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   381       │-05 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]         381 │+05 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   382   382 │ 06 |🦀                              |
[INFO] [stdout]   383       │-07 |🦀                              |
[INFO] [stdout]         383 │+07 |🦀                            🦀|
[INFO] [stdout]   384   384 │ 08 |🦀                            🦀|
[INFO] [stdout]   385   385 │ 09 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   386   386 │ -----------------23------------------
[INFO] [stdout]   387   387 │ 00 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   397   397 │ -----------------24------------------
[INFO] [stdout]   398   398 │ 00 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   399   399 │ 01 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   400   400 │ 02 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   401       │-03 |          🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]         401 │+03 |        🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   402   402 │ 04 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   403       │-05 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]         403 │+05 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   404   404 │ 06 |🦀                            🦀|
[INFO] [stdout]   405       │-07 |🦀                            🦀|
[INFO] [stdout]         405 │+07 |🦀                          🦀🦀|
[INFO] [stdout]   406   406 │ 08 |🦀                          🦀🦀|
[INFO] [stdout]   407   407 │ 09 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   408   408 │ -----------------25------------------
[INFO] [stdout]   409   409 │ 00 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   419   419 │ -----------------26------------------
[INFO] [stdout]   420   420 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   421   421 │ 01 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   422   422 │ 02 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   423       │-03 |        🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]         423 │+03 |      🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   424   424 │ 04 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   425       │-05 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]         425 │+05 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   426   426 │ 06 |🦀                          🦀🦀|
[INFO] [stdout]   427       │-07 |🦀                          🦀🦀|
[INFO] [stdout]         427 │+07 |🦀                        🦀🦀🦀|
[INFO] [stdout]   428   428 │ 08 |🦀                        🦀🦀🦀|
[INFO] [stdout]   429   429 │ 09 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   430   430 │ -----------------27------------------
[INFO] [stdout]   431   431 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   441   441 │ -----------------28------------------
[INFO] [stdout]   442   442 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   443   443 │ 01 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   444   444 │ 02 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   445       │-03 |      🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]         445 │+03 |    🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   446   446 │ 04 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   447       │-05 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]         447 │+05 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   448   448 │ 06 |🦀                        🦀🦀🦀|
[INFO] [stdout]   449       │-07 |🦀                        🦀🦀🦀|
[INFO] [stdout]         449 │+07 |🦀                      🦀🦀🦀🦀|
[INFO] [stdout]   450   450 │ 08 |🦀                      🦀🦀🦀🦀|
[INFO] [stdout]   451   451 │ 09 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]   452   452 │ -----------------29------------------
[INFO] [stdout]   453   453 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   463   463 │ -----------------2A------------------
[INFO] [stdout]   464   464 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   465   465 │ 01 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   466   466 │ 02 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   467       │-03 |    🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]         467 │+03 |  🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   468   468 │ 04 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   469       │-05 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]         469 │+05 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   470   470 │ 06 |🦀                      🦀🦀🦀🦀|
[INFO] [stdout]   471       │-07 |🦀                      🦀🦀🦀🦀|
[INFO] [stdout]         471 │+07 |🦀                    🦀🦀🦀🦀🦀|
[INFO] [stdout]   472   472 │ 08 |🦀                    🦀🦀🦀🦀  |
[INFO] [stdout]   473   473 │ 09 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]   474   474 │ -----------------2B------------------
[INFO] [stdout]   475   475 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   485   485 │ -----------------2C------------------
[INFO] [stdout]   486   486 │ 00 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   487   487 │ 01 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   488   488 │ 02 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   489       │-03 |  🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]         489 │+03 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   490   490 │ 04 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   491       │-05 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]         491 │+05 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   492   492 │ 06 |🦀                    🦀🦀🦀🦀🦀|
[INFO] [stdout]   493       │-07 |🦀                    🦀🦀🦀🦀🦀|
[INFO] [stdout]         493 │+07 |🦀                  🦀🦀🦀🦀🦀  |
[INFO] [stdout]   494   494 │ 08 |🦀                  🦀🦀🦀🦀    |
[INFO] [stdout]   495   495 │ 09 |🦀🦀🦀🦀                        |
[INFO] [stdout]   496   496 │ -----------------2D------------------
[INFO] [stdout]   497   497 │ 00 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   507   507 │ -----------------2E------------------
[INFO] [stdout]   508   508 │ 00 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]   509   509 │ 01 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   510   510 │ 02 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   511       │-03 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]         511 │+03 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]   512   512 │ 04 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   513       │-05 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]         513 │+05 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   514   514 │ 06 |🦀                  🦀🦀🦀🦀🦀  |
[INFO] [stdout]   515       │-07 |🦀                  🦀🦀🦀🦀🦀  |
[INFO] [stdout]         515 │+07 |🦀                🦀🦀🦀🦀🦀    |
[INFO] [stdout]   516   516 │ 08 |🦀                🦀🦀🦀🦀      |
[INFO] [stdout]   517   517 │ 09 |🦀🦀🦀                          |
[INFO] [stdout]   518   518 │ -----------------2F------------------
[INFO] [stdout]   519   519 │ 00 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   529   529 │ -----------------30------------------
[INFO] [stdout]   530   530 │ 00 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]   531   531 │ 01 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   532   532 │ 02 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   533       │-03 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]         533 │+03 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]   534   534 │ 04 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   535       │-05 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]         535 │+05 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   536   536 │ 06 |🦀                🦀🦀🦀🦀🦀    |
[INFO] [stdout]   537       │-07 |🦀                🦀🦀🦀🦀🦀    |
[INFO] [stdout]         537 │+07 |🦀              🦀🦀🦀🦀🦀      |
[INFO] [stdout]   538   538 │ 08 |🦀              🦀🦀🦀🦀        |
[INFO] [stdout]   539   539 │ 09 |🦀🦀                            |
[INFO] [stdout]   540   540 │ -----------------31------------------
[INFO] [stdout]   541   541 │ 00 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_screen_buffer_direction_left_emoji_crab_double_width' (21) panicked at src/test.rs:79:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/rusty_rain__test__screen_buffer_direction_left_emoji_crab_double_width.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64233b39c32a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64233b39c32a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::trace_unsynchronized::<std[1209cfb42f6d497f]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64233b39c32a - std[1209cfb42f6d497f]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64233b39c32a - <<std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[4a92201981c6b77a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64233b3b3b7a - <core[4a92201981c6b77a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64233b3b3b7a - core[4a92201981c6b77a]::fmt::write
[INFO] [stdout]    6:     0x64233b3a1be2 - std[1209cfb42f6d497f]::io::default_write_fmt::<alloc[420bb310a727dfd7]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x64233b3a1be2 - <alloc[420bb310a727dfd7]::vec::Vec<u8> as std[1209cfb42f6d497f]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x64233b377f4f - <std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64233b377f4f - std[1209cfb42f6d497f]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64233b3932f9 - std[1209cfb42f6d497f]::panicking::default_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64233b1a63fc - <alloc[420bb310a727dfd7]::boxed::Box<dyn for<'a, 'b> core[4a92201981c6b77a]::ops::function::Fn<(&'a std[1209cfb42f6d497f]::panic::PanicHookInfo<'b>,), Output = ()> + core[4a92201981c6b77a]::marker::Sync + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::Fn<(&std[1209cfb42f6d497f]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x64233b1a63fc - test[59e67a9bc0e119f1]::test_main_inner::<test[59e67a9bc0e119f1]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x64233b3934b2 - <alloc[420bb310a727dfd7]::boxed::Box<dyn for<'a, 'b> core[4a92201981c6b77a]::ops::function::Fn<(&'a std[1209cfb42f6d497f]::panic::PanicHookInfo<'b>,), Output = ()> + core[4a92201981c6b77a]::marker::Sync + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::Fn<(&std[1209cfb42f6d497f]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x64233b3934b2 - std[1209cfb42f6d497f]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64233b378008 - std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64233b36ce29 - std[1209cfb42f6d497f]::sys::backtrace::__rust_end_short_backtrace::<std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64233b378dbd - __rustc[4effac393e9f3da6]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64233b3b433c - core[4a92201981c6b77a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64233b3b40b2 - core[4a92201981c6b77a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x64233b100ff7 - <core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::boxed::Box<dyn core[4a92201981c6b77a]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x64233b100ff7 - rusty_rain[80b37a4a92a9ed2c]::test::set_up_snapshot
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:79:5
[INFO] [stdout]   22:     0x64233b101a9e - rusty_rain[80b37a4a92a9ed2c]::test::test_screen_buffer_direction_left_emoji_crab_double_width
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:95:13
[INFO] [stdout]   23:     0x64233b0fede7 - rusty_rain[80b37a4a92a9ed2c]::test::test_screen_buffer_direction_left_emoji_crab_double_width::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:94:19
[INFO] [stdout]   24:     0x64233b0dcc16 - <rusty_rain[80b37a4a92a9ed2c]::test::test_screen_buffer_direction_left_emoji_crab_double_width::{closure#0} as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x64233b1996db - <fn() -> core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x64233b1996db - test[59e67a9bc0e119f1]::__rust_begin_short_backtrace::<core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>, fn() -> core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x64233b1a6ecb - test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x64233b1a6ecb - <core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x64233b1a6ecb - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>, core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x64233b1a6ecb - std[1209cfb42f6d497f]::panicking::catch_unwind::<core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>, core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x64233b1a6ecb - std[1209cfb42f6d497f]::panic::catch_unwind::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>, core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x64233b1a6ecb - test[59e67a9bc0e119f1]::run_test_in_process
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x64233b1a6ecb - test[59e67a9bc0e119f1]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x64233b1a05e4 - test[59e67a9bc0e119f1]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x64233b1a05e4 - std[1209cfb42f6d497f]::sys::backtrace::__rust_begin_short_backtrace::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x64233b1a9ad2 - <core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::panicking::catch_unwind::<(), core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::panic::catch_unwind::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x64233b1a9ad2 - <std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1} as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x64233b39b3ef - <alloc[420bb310a727dfd7]::boxed::Box<dyn core[4a92201981c6b77a]::ops::function::FnOnce<(), Output = ()> + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   44:     0x64233b39b3ef - <std[1209cfb42f6d497f]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x71f7df67daa4 - <unknown>
[INFO] [stdout]   46:     0x71f7df70aa64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_screen_buffer_direction_right_emoji_moon_double_width stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/rusty_rain__test__screen_buffer_direction_right_emoji_moon_double_width.snap
[INFO] [stdout] Snapshot: screen_buffer_direction_right_emoji_moon_double_width
[INFO] [stdout] Source: src/test.rs:79
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: window
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]   126   126 │ 03 |                                |
[INFO] [stdout]   127   127 │ 04 |                                |
[INFO] [stdout]   128   128 │ 05 |                                |
[INFO] [stdout]   129   129 │ 06 |🌙🌔🌛🌑🌕🌜                    |
[INFO] [stdout]   130       │-07 |                                |
[INFO] [stdout]         130 │+07 |🌘                              |
[INFO] [stdout]   131   131 │ 08 |🌚🌗🌓🌚🌚                      |
[INFO] [stdout]   132   132 │ 09 |🌔🌔🌙🌑🌑                      |
[INFO] [stdout]   133   133 │ -----------------0C------------------
[INFO] [stdout]   134   134 │ 00 |🌚🌚🌖                          |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   137   137 │ 03 |                                |
[INFO] [stdout]   138   138 │ 04 |                                |
[INFO] [stdout]   139   139 │ 05 |                                |
[INFO] [stdout]   140   140 │ 06 |🌙🌔🌛🌑🌕🌜🌙                  |
[INFO] [stdout]   141       │-07 |🌘                              |
[INFO] [stdout]         141 │+07 |🌘🌛                            |
[INFO] [stdout]   142   142 │ 08 |🌚🌗🌓🌚🌚🌘                    |
[INFO] [stdout]   143   143 │ 09 |🌔🌔🌙🌑🌑🌖                    |
[INFO] [stdout]   144   144 │ -----------------0D------------------
[INFO] [stdout]   145   145 │ 00 |🌚🌚🌖                          |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   148   148 │ 03 |                                |
[INFO] [stdout]   149   149 │ 04 |                                |
[INFO] [stdout]   150   150 │ 05 |🌖                              |
[INFO] [stdout]   151   151 │ 06 |🌙🌔🌛🌑🌕🌜🌙🌜                |
[INFO] [stdout]   152       │-07 |🌘🌛                            |
[INFO] [stdout]         152 │+07 |🌘🌛🌖                          |
[INFO] [stdout]   153   153 │ 08 |🌚🌗🌓🌚🌚🌘🌙                  |
[INFO] [stdout]   154   154 │ 09 |🌔🌔🌙🌑🌑🌖                    |
[INFO] [stdout]   155   155 │ -----------------0E------------------
[INFO] [stdout]   156   156 │ 00 |🌚🌚🌖🌖                        |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   159   159 │ 03 |                                |
[INFO] [stdout]   160   160 │ 04 |                                |
[INFO] [stdout]   161   161 │ 05 |🌖                              |
[INFO] [stdout]   162   162 │ 06 |🌙🌔🌛🌑🌕🌜🌙🌜🌑              |
[INFO] [stdout]   163       │-07 |🌘🌛🌖                          |
[INFO] [stdout]         163 │+07 |🌘🌛🌖🌓                        |
[INFO] [stdout]   164   164 │ 08 |  🌗🌓🌚🌚🌘🌙🌔                |
[INFO] [stdout]   165   165 │ 09 |🌔🌔🌙🌑🌑🌖🌜                  |
[INFO] [stdout]   166   166 │ -----------------0F------------------
[INFO] [stdout]   167   167 │ 00 |🌚🌚🌖🌖                        |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   170   170 │ 03 |🌒                              |
[INFO] [stdout]   171   171 │ 04 |🌒                              |
[INFO] [stdout]   172   172 │ 05 |🌖🌒                            |
[INFO] [stdout]   173   173 │ 06 |🌙🌔🌛🌑🌕🌜🌙🌜🌑🌜            |
[INFO] [stdout]   174       │-07 |🌘🌛🌖🌓                        |
[INFO] [stdout]         174 │+07 |  🌛🌖🌓🌑                      |
[INFO] [stdout]   175   175 │ 08 |    🌓🌚🌚🌘🌙🌔🌖              |
[INFO] [stdout]   176   176 │ 09 |🌔🌔🌙🌑🌑🌖🌜                  |
[INFO] [stdout]   177   177 │ -----------------10------------------
[INFO] [stdout]   178   178 │ 00 |🌚🌚🌖🌖🌖                      |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   181   181 │ 03 |🌒                              |
[INFO] [stdout]   182   182 │ 04 |🌒                              |
[INFO] [stdout]   183   183 │ 05 |🌖🌒                            |
[INFO] [stdout]   184   184 │ 06 |🌙🌔🌛🌑🌕🌜🌙🌜🌑🌜🌓          |
[INFO] [stdout]   185       │-07 |  🌛🌖🌓🌑                      |
[INFO] [stdout]         185 │+07 |    🌖🌓🌑🌛                    |
[INFO] [stdout]   186   186 │ 08 |      🌚🌚🌘🌙🌔🌖🌛            |
[INFO] [stdout]   187   187 │ 09 |🌔🌔🌙🌑🌑🌖🌜🌔                |
[INFO] [stdout]   188   188 │ -----------------11------------------
[INFO] [stdout]   189   189 │ 00 |🌚🌚🌖🌖🌖                      |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   192   192 │ 03 |🌒🌗                            |
[INFO] [stdout]   193   193 │ 04 |🌒🌓                            |
[INFO] [stdout]   194   194 │ 05 |🌖🌒🌖                          |
[INFO] [stdout]   195   195 │ 06 |  🌔🌛🌑🌕🌜🌙🌜🌑🌜🌓🌚        |
[INFO] [stdout]   196       │-07 |    🌖🌓🌑🌛                    |
[INFO] [stdout]         196 │+07 |      🌓🌑🌛🌒                  |
[INFO] [stdout]   197   197 │ 08 |        🌚🌘🌙🌔🌖🌛🌕          |
[INFO] [stdout]   198   198 │ 09 |🌔🌔🌙🌑🌑🌖🌜🌔                |
[INFO] [stdout]   199   199 │ -----------------12------------------
[INFO] [stdout]   200   200 │ 00 |🌚🌚🌖🌖🌖🌛                    |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   203   203 │ 03 |🌒🌗                            |
[INFO] [stdout]   204   204 │ 04 |🌒🌓                            |
[INFO] [stdout]   205   205 │ 05 |🌖🌒🌖                          |
[INFO] [stdout]   206   206 │ 06 |    🌛🌑🌕🌜🌙🌜🌑🌜🌓🌚🌕      |
[INFO] [stdout]   207       │-07 |      🌓🌑🌛🌒                  |
[INFO] [stdout]         207 │+07 |        🌑🌛🌒🌔                |
[INFO] [stdout]   208   208 │ 08 |          🌘🌙🌔🌖🌛🌕🌛        |
[INFO] [stdout]   209   209 │ 09 |🌔🌔🌙🌑🌑🌖🌜🌔🌓              |
[INFO] [stdout]   210   210 │ -----------------13------------------
[INFO] [stdout]   211   211 │ 00 |🌚🌚🌖🌖🌖🌛                    |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   214   214 │ 03 |🌒🌗🌚                          |
[INFO] [stdout]   215   215 │ 04 |🌒🌓🌜                          |
[INFO] [stdout]   216   216 │ 05 |🌖🌒🌖🌑                        |
[INFO] [stdout]   217   217 │ 06 |      🌑🌕🌜🌙🌜🌑🌜🌓🌚🌕🌙    |
[INFO] [stdout]   218       │-07 |        🌑🌛🌒🌔                |
[INFO] [stdout]         218 │+07 |          🌛🌒🌔🌕              |
[INFO] [stdout]   219   219 │ 08 |            🌙🌔🌖🌛🌕🌛🌚      |
[INFO] [stdout]   220   220 │ 09 |🌔🌔🌙🌑🌑🌖🌜🌔🌓              |
[INFO] [stdout]   221   221 │ -----------------14------------------
[INFO] [stdout]   222   222 │ 00 |🌚🌚🌖🌖🌖🌛🌕                  |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   225   225 │ 03 |🌒🌗🌚                          |
[INFO] [stdout]   226   226 │ 04 |🌒🌓🌜                          |
[INFO] [stdout]   227   227 │ 05 |🌖🌒🌖🌑                        |
[INFO] [stdout]   228   228 │ 06 |        🌕🌜🌙🌜🌑🌜🌓🌚🌕🌙🌒  |
[INFO] [stdout]   229       │-07 |          🌛🌒🌔🌕              |
[INFO] [stdout]         229 │+07 |            🌒🌔🌕🌑            |
[INFO] [stdout]   230   230 │ 08 |              🌔🌖🌛🌕🌛🌚🌙    |
[INFO] [stdout]   231   231 │ 09 |🌔🌔🌙🌑🌑🌖🌜🌔🌓🌓            |
[INFO] [stdout]   232   232 │ -----------------15------------------
[INFO] [stdout]   233   233 │ 00 |🌚🌚🌖🌖🌖🌛🌕                  |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   236   236 │ 03 |🌒🌗🌚🌘                        |
[INFO] [stdout]   237   237 │ 04 |🌒🌓🌜🌕                        |
[INFO] [stdout]   238   238 │ 05 |🌖🌒🌖🌑🌒                      |
[INFO] [stdout]   239   239 │ 06 |          🌜🌙🌜🌑🌜🌓🌚🌕🌙🌒🌕|
[INFO] [stdout]   240       │-07 |            🌒🌔🌕🌑            |
[INFO] [stdout]         240 │+07 |              🌔🌕🌑🌖          |
[INFO] [stdout]   241   241 │ 08 |                🌖🌛🌕🌛🌚🌙🌚  |
[INFO] [stdout]   242   242 │ 09 |🌔🌔🌙🌑🌑🌖🌜🌔🌓🌓            |
[INFO] [stdout]   243   243 │ -----------------16------------------
[INFO] [stdout]   244   244 │ 00 |🌚🌚🌖🌖🌖🌛🌕🌒                |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   247   247 │ 03 |🌒🌗🌚🌘                        |
[INFO] [stdout]   248   248 │ 04 |🌒🌓🌜🌕                        |
[INFO] [stdout]   249   249 │ 05 |🌖🌒🌖🌑🌒                      |
[INFO] [stdout]   250   250 │ 06 |            🌙🌜🌑🌜🌓🌚🌕🌙🌒🌕|
[INFO] [stdout]   251       │-07 |              🌔🌕🌑🌖          |
[INFO] [stdout]         251 │+07 |                🌕🌑🌖🌚        |
[INFO] [stdout]   252   252 │ 08 |                  🌛🌕🌛🌚🌙🌚🌔|
[INFO] [stdout]   253   253 │ 09 |  🌔🌙🌑🌑🌖🌜🌔🌓🌓🌖          |
[INFO] [stdout]   254   254 │ -----------------17------------------
[INFO] [stdout]   255   255 │ 00 |🌚🌚🌖🌖🌖🌛🌕🌒                |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   258   258 │ 03 |🌒🌗🌚🌘🌗                      |
[INFO] [stdout]   259   259 │ 04 |🌒🌓🌜🌕🌚                      |
[INFO] [stdout]   260   260 │ 05 |🌖🌒🌖🌑🌒🌒                    |
[INFO] [stdout]   261   261 │ 06 |              🌜🌑🌜🌓🌚🌕🌙🌒🌕|
[INFO] [stdout]   262       │-07 |                🌕🌑🌖🌚        |
[INFO] [stdout]         262 │+07 |                  🌑🌖🌚🌜      |
[INFO] [stdout]   263   263 │ 08 |                    🌕🌛🌚🌙🌚🌔|
[INFO] [stdout]   264   264 │ 09 |  🌔🌙🌑🌑🌖🌜🌔🌓🌓🌖          |
[INFO] [stdout]   265   265 │ -----------------18------------------
[INFO] [stdout]   266   266 │ 00 |🌚🌚🌖🌖🌖🌛🌕🌒🌖              |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   269   269 │ 03 |🌒🌗🌚🌘🌗                      |
[INFO] [stdout]   270   270 │ 04 |🌒🌓🌜🌕🌚                      |
[INFO] [stdout]   271   271 │ 05 |🌖🌒🌖🌑🌒🌒                    |
[INFO] [stdout]   272   272 │ 06 |                🌑🌜🌓🌚🌕🌙🌒🌕|
[INFO] [stdout]   273       │-07 |                  🌑🌖🌚🌜      |
[INFO] [stdout]         273 │+07 |                    🌖🌚🌜🌖    |
[INFO] [stdout]   274   274 │ 08 |                      🌛🌚🌙🌚🌔|
[INFO] [stdout]   275   275 │ 09 |    🌙🌑🌑🌖🌜🌔🌓🌓🌖🌛        |
[INFO] [stdout]   276   276 │ -----------------19------------------
[INFO] [stdout]   277   277 │ 00 |🌚🌚🌖🌖🌖🌛🌕🌒🌖              |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   280   280 │ 03 |🌒🌗🌚🌘🌗🌔                    |
[INFO] [stdout]   281   281 │ 04 |🌒🌓🌜🌕🌚🌚                    |
[INFO] [stdout]   282   282 │ 05 |🌖🌒🌖🌑🌒🌒🌙                  |
[INFO] [stdout]   283   283 │ 06 |                  🌜🌓🌚🌕🌙🌒🌕|
[INFO] [stdout]   284       │-07 |                    🌖🌚🌜🌖    |
[INFO] [stdout]         284 │+07 |                      🌚🌜🌖🌛  |
[INFO] [stdout]   285   285 │ 08 |                        🌚🌙🌚🌔|
[INFO] [stdout]   286   286 │ 09 |    🌙🌑🌑🌖🌜🌔🌓🌓🌖🌛        |
[INFO] [stdout]   287   287 │ -----------------1A------------------
[INFO] [stdout]   288   288 │ 00 |🌚🌚🌖🌖🌖🌛🌕🌒🌖🌖            |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   291   291 │ 03 |🌒🌗🌚🌘🌗🌔                    |
[INFO] [stdout]   292   292 │ 04 |🌒🌓🌜🌕🌚🌚                    |
[INFO] [stdout]   293   293 │ 05 |🌖🌒🌖🌑🌒🌒🌙                  |
[INFO] [stdout]   294   294 │ 06 |                    🌓🌚🌕🌙🌒🌕|
[INFO] [stdout]   295       │-07 |                      🌚🌜🌖🌛  |
[INFO] [stdout]         295 │+07 |                        🌜🌖🌛🌜|
[INFO] [stdout]   296   296 │ 08 |                          🌙🌚🌔|
[INFO] [stdout]   297   297 │ 09 |      🌑🌑🌖🌜🌔🌓🌓🌖🌛🌕      |
[INFO] [stdout]   298   298 │ -----------------1B------------------
[INFO] [stdout]   299   299 │ 00 |🌚🌚🌖🌖🌖🌛🌕🌒🌖🌖            |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   302   302 │ 03 |🌒🌗🌚🌘🌗🌔🌔                  |
[INFO] [stdout]   303   303 │ 04 |🌒🌓🌜🌕🌚🌚🌒                  |
[INFO] [stdout]   304   304 │ 05 |🌖🌒🌖🌑🌒🌒🌙🌘                |
[INFO] [stdout]   305   305 │ 06 |                      🌚🌕🌙🌒🌕|
[INFO] [stdout]   306       │-07 |                        🌜🌖🌛🌜|
[INFO] [stdout]         306 │+07 |                          🌖🌛🌜|
[INFO] [stdout]   307   307 │ 08 |                            🌚🌔|
[INFO] [stdout]   308   308 │ 09 |      🌑🌑🌖🌜🌔🌓🌓🌖🌛🌕      |
[INFO] [stdout]   309   309 │ -----------------1C------------------
[INFO] [stdout]   310   310 │ 00 |  🌚🌖🌖🌖🌛🌕🌒🌖🌖🌓          |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   313   313 │ 03 |🌒🌗🌚🌘🌗🌔🌔                  |
[INFO] [stdout]   314   314 │ 04 |🌒🌓🌜🌕🌚🌚🌒                  |
[INFO] [stdout]   315   315 │ 05 |🌖🌒🌖🌑🌒🌒🌙🌘                |
[INFO] [stdout]   316   316 │ 06 |                        🌕🌙🌒🌕|
[INFO] [stdout]   317       │-07 |                          🌖🌛🌜|
[INFO] [stdout]         317 │+07 |                            🌛🌜|
[INFO] [stdout]   318   318 │ 08 |                              🌔|
[INFO] [stdout]   319   319 │ 09 |        🌑🌖🌜🌔🌓🌓🌖🌛🌕🌕    |
[INFO] [stdout]   320   320 │ -----------------1D------------------
[INFO] [stdout]   321   321 │ 00 |  🌚🌖🌖🌖🌛🌕🌒🌖🌖🌓          |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   324   324 │ 03 |  🌗🌚🌘🌗🌔🌔🌜                |
[INFO] [stdout]   325   325 │ 04 |🌒🌓🌜🌕🌚🌚🌒🌛                |
[INFO] [stdout]   326   326 │ 05 |🌖🌒🌖🌑🌒🌒🌙🌘🌔              |
[INFO] [stdout]   327   327 │ 06 |                          🌙🌒🌕|
[INFO] [stdout]   328       │-07 |                            🌛🌜|
[INFO] [stdout]         328 │+07 |                              🌜|
[INFO] [stdout]   329   329 │ 08 |                                |
[INFO] [stdout]   330   330 │ 09 |        🌑🌖🌜🌔🌓🌓🌖🌛🌕🌕    |
[INFO] [stdout]   331   331 │ -----------------1E------------------
[INFO] [stdout]   332   332 │ 00 |    🌖🌖🌖🌛🌕🌒🌖🌖🌓🌘        |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   335   335 │ 03 |  🌗🌚🌘🌗🌔🌔🌜                |
[INFO] [stdout]   336   336 │ 04 |🌒🌓🌜🌕🌚🌚🌒🌛                |
[INFO] [stdout]   337   337 │ 05 |🌖🌒🌖🌑🌒🌒🌙🌘🌔              |
[INFO] [stdout]   338   338 │ 06 |                            🌒🌕|
[INFO] [stdout]   339       │-07 |                              🌜|
[INFO] [stdout]         339 │+07 |                                |
[INFO] [stdout]   340   340 │ 08 |                                |
[INFO] [stdout]   341   341 │ 09 |          🌖🌜🌔🌓🌓🌖🌛🌕🌕🌓  |
[INFO] [stdout]   342   342 │ -----------------1F------------------
[INFO] [stdout]   343   343 │ 00 |    🌖🌖🌖🌛🌕🌒🌖🌖🌓🌘        |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   379   379 │ 03 |      🌘🌗🌔🌔🌜🌕🌕            |
[INFO] [stdout]   380   380 │ 04 |🌒🌓🌜🌕🌚🌚🌒🌛🌓🌓            |
[INFO] [stdout]   381   381 │ 05 |  🌒🌖🌑🌒🌒🌙🌘🌔🌔🌑          |
[INFO] [stdout]   382   382 │ 06 |                                |
[INFO] [stdout]   383       │-07 |                                |
[INFO] [stdout]         383 │+07 |🌖                              |
[INFO] [stdout]   384   384 │ 08 |🌒                              |
[INFO] [stdout]   385   385 │ 09 |              🌔🌓🌓🌖🌛🌕🌕🌓🌘|
[INFO] [stdout]   386   386 │ -----------------23------------------
[INFO] [stdout]   387   387 │ 00 |        🌖🌛🌕🌒🌖🌖🌓🌘🌖🌙    |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   401   401 │ 03 |        🌗🌔🌔🌜🌕🌕🌓          |
[INFO] [stdout]   402   402 │ 04 |🌒🌓🌜🌕🌚🌚🌒🌛🌓🌓🌗          |
[INFO] [stdout]   403   403 │ 05 |    🌖🌑🌒🌒🌙🌘🌔🌔🌑🌗        |
[INFO] [stdout]   404   404 │ 06 |🌜                              |
[INFO] [stdout]   405       │-07 |🌖                              |
[INFO] [stdout]         405 │+07 |🌖🌕                            |
[INFO] [stdout]   406   406 │ 08 |🌒🌖                            |
[INFO] [stdout]   407   407 │ 09 |                🌓🌓🌖🌛🌕🌕🌓🌘|
[INFO] [stdout]   408   408 │ -----------------25------------------
[INFO] [stdout]   409   409 │ 00 |          🌛🌕🌒🌖🌖🌓🌘🌖🌙🌛  |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   423   423 │ 03 |          🌔🌔🌜🌕🌕🌓🌘        |
[INFO] [stdout]   424   424 │ 04 |  🌓🌜🌕🌚🌚🌒🌛🌓🌓🌗🌒        |
[INFO] [stdout]   425   425 │ 05 |      🌑🌒🌒🌙🌘🌔🌔🌑🌗🌜      |
[INFO] [stdout]   426   426 │ 06 |🌜🌚                            |
[INFO] [stdout]   427       │-07 |🌖🌕                            |
[INFO] [stdout]         427 │+07 |🌖🌕🌚                          |
[INFO] [stdout]   428   428 │ 08 |🌒🌖🌑                          |
[INFO] [stdout]   429   429 │ 09 |                  🌓🌖🌛🌕🌕🌓🌘|
[INFO] [stdout]   430   430 │ -----------------27------------------
[INFO] [stdout]   431   431 │ 00 |            🌕🌒🌖🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   445   445 │ 03 |            🌔🌜🌕🌕🌓🌘🌒      |
[INFO] [stdout]   446   446 │ 04 |    🌜🌕🌚🌚🌒🌛🌓🌓🌗🌒🌖      |
[INFO] [stdout]   447   447 │ 05 |        🌒🌒🌙🌘🌔🌔🌑🌗🌜🌓    |
[INFO] [stdout]   448   448 │ 06 |🌜🌚🌕                          |
[INFO] [stdout]   449       │-07 |🌖🌕🌚                          |
[INFO] [stdout]         449 │+07 |🌖🌕🌚🌑                        |
[INFO] [stdout]   450   450 │ 08 |🌒🌖🌑🌜                        |
[INFO] [stdout]   451   451 │ 09 |                    🌖🌛🌕🌕🌓🌘|
[INFO] [stdout]   452   452 │ -----------------29------------------
[INFO] [stdout]   453   453 │ 00 |              🌒🌖🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   467   467 │ 03 |              🌜🌕🌕🌓🌘🌒🌖    |
[INFO] [stdout]   468   468 │ 04 |      🌕🌚🌚🌒🌛🌓🌓🌗🌒🌖🌙    |
[INFO] [stdout]   469   469 │ 05 |          🌒🌙🌘🌔🌔🌑🌗🌜🌓🌔  |
[INFO] [stdout]   470   470 │ 06 |🌜🌚🌕🌒                        |
[INFO] [stdout]   471       │-07 |🌖🌕🌚🌑                        |
[INFO] [stdout]         471 │+07 |🌖🌕🌚🌑🌚                      |
[INFO] [stdout]   472   472 │ 08 |  🌖🌑🌜🌚                      |
[INFO] [stdout]   473   473 │ 09 |                      🌛🌕🌕🌓🌘|
[INFO] [stdout]   474   474 │ -----------------2B------------------
[INFO] [stdout]   475   475 │ 00 |                🌖🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   489   489 │ 03 |                🌕🌕🌓🌘🌒🌖🌗  |
[INFO] [stdout]   490   490 │ 04 |        🌚🌚🌒🌛🌓🌓🌗🌒🌖🌙🌒  |
[INFO] [stdout]   491   491 │ 05 |            🌙🌘🌔🌔🌑🌗🌜🌓🌔🌙|
[INFO] [stdout]   492   492 │ 06 |🌜🌚🌕🌒🌗                      |
[INFO] [stdout]   493       │-07 |🌖🌕🌚🌑🌚                      |
[INFO] [stdout]         493 │+07 |  🌕🌚🌑🌚🌗                    |
[INFO] [stdout]   494   494 │ 08 |    🌑🌜🌚🌘                    |
[INFO] [stdout]   495   495 │ 09 |                        🌕🌕🌓🌘|
[INFO] [stdout]   496   496 │ -----------------2D------------------
[INFO] [stdout]   497   497 │ 00 |                  🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   511   511 │ 03 |                  🌕🌓🌘🌒🌖🌗🌗|
[INFO] [stdout]   512   512 │ 04 |          🌚🌒🌛🌓🌓🌗🌒🌖🌙🌒🌖|
[INFO] [stdout]   513   513 │ 05 |              🌘🌔🌔🌑🌗🌜🌓🌔🌙|
[INFO] [stdout]   514   514 │ 06 |  🌚🌕🌒🌗🌒                    |
[INFO] [stdout]   515       │-07 |  🌕🌚🌑🌚🌗                    |
[INFO] [stdout]         515 │+07 |    🌚🌑🌚🌗🌓                  |
[INFO] [stdout]   516   516 │ 08 |      🌜🌚🌘🌛                  |
[INFO] [stdout]   517   517 │ 09 |                          🌕🌓🌘|
[INFO] [stdout]   518   518 │ -----------------2F------------------
[INFO] [stdout]   519   519 │ 00 |                    🌓🌘🌖🌙🌛🌔|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   533   533 │ 03 |                    🌓🌘🌒🌖🌗🌗|
[INFO] [stdout]   534   534 │ 04 |            🌒🌛🌓🌓🌗🌒🌖🌙🌒🌖|
[INFO] [stdout]   535   535 │ 05 |                🌔🌔🌑🌗🌜🌓🌔🌙|
[INFO] [stdout]   536   536 │ 06 |    🌕🌒🌗🌒🌒                  |
[INFO] [stdout]   537       │-07 |    🌚🌑🌚🌗🌓                  |
[INFO] [stdout]         537 │+07 |      🌑🌚🌗🌓🌚                |
[INFO] [stdout]   538   538 │ 08 |        🌚🌘🌛🌖                |
[INFO] [stdout]   539   539 │ 09 |                            🌓🌘|
[INFO] [stdout]   540   540 │ -----------------31------------------
[INFO] [stdout]   541   541 │ 00 |                      🌘🌖🌙🌛🌔|
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_screen_buffer_direction_right_emoji_moon_double_width' (22) panicked at src/test.rs:79:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/rusty_rain__test__screen_buffer_direction_right_emoji_moon_double_width.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64233b39c32a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64233b39c32a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::trace_unsynchronized::<std[1209cfb42f6d497f]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64233b39c32a - std[1209cfb42f6d497f]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64233b39c32a - <<std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[4a92201981c6b77a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64233b3b3b7a - <core[4a92201981c6b77a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64233b3b3b7a - core[4a92201981c6b77a]::fmt::write
[INFO] [stdout]    6:     0x64233b3a1be2 - std[1209cfb42f6d497f]::io::default_write_fmt::<alloc[420bb310a727dfd7]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x64233b3a1be2 - <alloc[420bb310a727dfd7]::vec::Vec<u8> as std[1209cfb42f6d497f]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x64233b377f4f - <std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64233b377f4f - std[1209cfb42f6d497f]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64233b3932f9 - std[1209cfb42f6d497f]::panicking::default_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64233b1a63fc - <alloc[420bb310a727dfd7]::boxed::Box<dyn for<'a, 'b> core[4a92201981c6b77a]::ops::function::Fn<(&'a std[1209cfb42f6d497f]::panic::PanicHookInfo<'b>,), Output = ()> + core[4a92201981c6b77a]::marker::Sync + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::Fn<(&std[1209cfb42f6d497f]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x64233b1a63fc - test[59e67a9bc0e119f1]::test_main_inner::<test[59e67a9bc0e119f1]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x64233b3934b2 - <alloc[420bb310a727dfd7]::boxed::Box<dyn for<'a, 'b> core[4a92201981c6b77a]::ops::function::Fn<(&'a std[1209cfb42f6d497f]::panic::PanicHookInfo<'b>,), Output = ()> + core[4a92201981c6b77a]::marker::Sync + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::Fn<(&std[1209cfb42f6d497f]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x64233b3934b2 - std[1209cfb42f6d497f]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64233b378008 - std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64233b36ce29 - std[1209cfb42f6d497f]::sys::backtrace::__rust_end_short_backtrace::<std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64233b378dbd - __rustc[4effac393e9f3da6]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64233b3b433c - core[4a92201981c6b77a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64233b3b40b2 - core[4a92201981c6b77a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x64233b100ff7 - <core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::boxed::Box<dyn core[4a92201981c6b77a]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x64233b100ff7 - rusty_rain[80b37a4a92a9ed2c]::test::set_up_snapshot
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:79:5
[INFO] [stdout]   22:     0x64233b101bce - rusty_rain[80b37a4a92a9ed2c]::test::test_screen_buffer_direction_right_emoji_moon_double_width
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:95:13
[INFO] [stdout]   23:     0x64233b0fee17 - rusty_rain[80b37a4a92a9ed2c]::test::test_screen_buffer_direction_right_emoji_moon_double_width::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:94:19
[INFO] [stdout]   24:     0x64233b0dcc56 - <rusty_rain[80b37a4a92a9ed2c]::test::test_screen_buffer_direction_right_emoji_moon_double_width::{closure#0} as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x64233b1996db - <fn() -> core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x64233b1996db - test[59e67a9bc0e119f1]::__rust_begin_short_backtrace::<core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>, fn() -> core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x64233b1a6ecb - test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x64233b1a6ecb - <core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x64233b1a6ecb - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>, core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x64233b1a6ecb - std[1209cfb42f6d497f]::panicking::catch_unwind::<core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>, core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x64233b1a6ecb - std[1209cfb42f6d497f]::panic::catch_unwind::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>, core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x64233b1a6ecb - test[59e67a9bc0e119f1]::run_test_in_process
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x64233b1a6ecb - test[59e67a9bc0e119f1]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x64233b1a05e4 - test[59e67a9bc0e119f1]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x64233b1a05e4 - std[1209cfb42f6d497f]::sys::backtrace::__rust_begin_short_backtrace::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x64233b1a9ad2 - <core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::panicking::catch_unwind::<(), core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::panic::catch_unwind::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x64233b1a9ad2 - std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x64233b1a9ad2 - <std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1} as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x64233b39b3ef - <alloc[420bb310a727dfd7]::boxed::Box<dyn core[4a92201981c6b77a]::ops::function::FnOnce<(), Output = ()> + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   44:     0x64233b39b3ef - <std[1209cfb42f6d497f]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x71f7df67daa4 - <unknown>
[INFO] [stdout]   46:     0x71f7df70aa64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::test_gen_shade_color
[INFO] [stdout]     test::test_screen_buffer_direction_left_emoji_crab_double_width
[INFO] [stdout]     test::test_screen_buffer_direction_right_emoji_moon_double_width
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.70s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin rusty-rain`
[INFO] running `Command { std: "docker" "inspect" "df99c2255e2b7289e1e00f72f98a3453714e79d12ef615c2b80b071c10b5d1d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df99c2255e2b7289e1e00f72f98a3453714e79d12ef615c2b80b071c10b5d1d3", kill_on_drop: false }`
[INFO] [stdout] df99c2255e2b7289e1e00f72f98a3453714e79d12ef615c2b80b071c10b5d1d3
